h1 {
    color: #000 !important;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

img.image-one {
    width: 100%;
}

.panel {
    border-radius: 0;
    background: transparent !important;
}

h2.panel-heading {
    font-weight: bold;
    text-decoration: underline;
    font-family: "OpenSans", sans-serif;
    font-size: 22px !important;
    color: #000 !important;
}

div#section {
    padding-bottom: 60px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    min-height: 80px;
}

.fa-angle-down:before {
    content: "\f107";
    background: #1ba6b6;
    padding: 15px;
}

.fa-angle-up:before {
    content: "\f106";
    background: #1ba6b6;
    padding: 15px;
}

.text-block {
    padding-bottom: 20px;
    color: #000 !important;
    line-height: 1.5em;
}

.panel-body {
    padding: 0px;
    min-height: 100px;
}

p#textOne {
    padding-left: 0px;
    margin-top: 35px;
    line-height: 1.5em;
    font-size: 16px;
}

img.image-two {
    margin-left: 1%;
}

.green-gradient-block-four {
    background: #fff !important;
    position: relative;
    width: 150%;
    margin-left: -25%;
    padding-bottom: 36px;
}

.green-gradient-block-four {
    margin-top: 30px;
}

div#firstPanel {
    margin-top: 30px;
}
p.pre-registration-check-sentence {
    font-size: 18px !important;
}
a.link-one {
    color: #000 !important;
}

@media screen and (min-device-width: 1537px) and (max-device-width: 1920px) {
    img.image-one {
        width: 100%;
        margin-top: 0%;
    }

    h1.title-one {
        padding-top: 60px;
    }
}

@media screen and (min-device-width: 1441px) and (max-device-width: 1536px) {
    h1.title-one {
        padding-top: 60px;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1440px) {
    .green-gradient-block-four {
        margin-top: -42px;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
    .green-gradient-block-four {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .green-gradient-block-four {
        margin-top: 30px;
    }

    h2.panel-heading {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 425px) {
    h2.panel-heading {
        font-size: 9px !important;
    }

    .text-block {
        font-size: 12px;
        width: 85%;
    }

    img.image-two {
        margin-left: 1%;
        width: 90%;
    }

    .green-gradient-block-four {
        background: #fff !important;
        position: relative;
        width: 107%;
        margin-left: -3%;
    }
}

@media only screen and (max-width: 375px) {

    td,
    th {
        padding: 5px;
        border: 1px solid #000;
    }
}